home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / Genealogy Explorer / Genealogy Explorer Help / background_3350.txt < prev    next >
Encoding:
Text File  |  1988-01-18  |  2.6 KB  |  138 lines

  1. -- background: 3350 from stack: in
  2. -- bmap block id: 4846
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   set the cursor to 4
  9.   repeat with j = 1 to the number of card fields
  10.     hide card field j
  11.   end repeat
  12. end mouseup
  13.  
  14. on openCard
  15.   show card field 1
  16. end openCard
  17.  
  18. on closeCard
  19.   send mouseup to card
  20. end closeCard
  21.  
  22.  
  23.  
  24. -- part 1 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=378 top=288 right=313 bottom=417
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 25002 / 25002
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Help
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect dissolve
  39.   help
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 2 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=423 top=287 right=311 bottom=462
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 1009 / 1009
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Search
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   doMenu find...
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 3 (button)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=469 top=289 right=312 bottom=501
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 21700 / 21700
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: Home
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   go Home
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 4 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=378 top=313 right=337 bottom=414
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1014 / 1014
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Prev
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   go to prev card of this background
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 5 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=424 top=313 right=336 bottom=462
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1013 / 1013
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Next
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   go to next card of this background
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 6 (button)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=467 top=312 right=337 bottom=503
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 1012 / 1012
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Back
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   visual effect zoom close
  135.   go back
  136. end mouseUp
  137.  
  138.